home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18350 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Hoffman Compression
  5. Date: Fri, 19 Apr 1996 21:19:38 -0500
  6. Organization: customer of Internet America
  7. Message-ID: <317849BA.2730@airmail.net>
  8. References: <4l8v6e$b6i@news.si.usherb.ca>
  9. NNTP-Posting-Host: dal03-09.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. Jean-Marc.Valin wrote:
  16. > Does anybody have a code for a hoffman compression program?
  17. > --
  18. > -------------------------------------------------------------------------
  19. > Jean-Marc Valin                 O'TOOL'S COMMENTARY ON MURPHY'S LAWS
  20. > valj01@gel.usherb.ca            -Murphy was an optimist
  21. > valin@cerca.umontreal.ca
  22. > Santa.Claus@North.Pole.ca
  23.  
  24. If you look on my home page, you can find a couple of links to Huffman compression
  25. information.  First, my book, "The Data Compression Book", has quite a bit of detail,
  26. including C source code, discussing both static and adaptive Huffman coding.  The page
  27. containing the info on my book has pointers to a couple of places where you can
  28. find lots of info, including source code.  I think your best bet would be
  29. the comp.compression FAQ.
  30.  
  31. Also, under "Magazine Articles", you can find the text and source for an article
  32. I published in the 1/96 DDJ, showing how to use the STL to create Huffman
  33. tables.  The article is more about the STL than it is about data compression,
  34. but it might still be helpful.
  35.  
  36. Mark Nelson
  37. http://web2.airmail.net/markn
  38.